.cimb-hidden-step {
    display: none !important;
}

#tickets-section,
#tickets-section * {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1em;
}

.ticket-card {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    border: 3px solid #D4AF37;
}

.ticket-step {
    display: none !important;
}

.ticket-step.active {
    display: block !important;
}

.step-title {
    font-size: 2vw;
    font-weight: 600;
    color: #5F3D3D;
    margin-bottom: 0;
}

.ticket-max-info,
.ticket-max-info span {
    font-size: 1.3vw;
    color: #5F3D3D;
    font-weight: 400;
}

.ticket-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ticket-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 25px;
    background: #f8f8f8;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12), 0 0 0 2px rgba(255, 255, 255, 0.4);
}

.ticket-item.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.ticket-item.selected {
    background: #fff;
    border-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.15), 0 0 0 2px rgba(255, 255, 255, 0.6);
}

.ticket-info {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex: 1;
}

.ticket-name-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ticket-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3vw;
    color: #5F3D3D;
    font-weight: 500;
}

.ticket-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85vw;
    color: #666;
    line-height: 1.4;
}

.ticket-more-link {
    color: #D4AF37;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
}

.ticket-more-link:hover {
    color: #F0B605;
    text-decoration: underline;
}

.ticket-price {
    font-family: 'Montserrat', sans-serif;
    min-width: 120px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.original-price {
    font-size: 0.95vw;
    color: #999999;
    text-decoration: line-through;
    font-weight: 500;
    line-height: 1;
}

.discount-badge {
    display: inline-block;
    background: #F8667F;
    color: #ffffff;
    font-size: 0.75vw;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 999px;
    line-height: 1.2;
}

.final-price {
    font-size: 1.3vw;
    color: #F8667F;
    font-weight: 600;
    line-height: 1.1;
}

.ticket-controls {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn-qty {
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    border-radius: 6px;
    font-size: 1.3vw;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #5F3D3D;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-qty:hover {
    background: #d8d8d8;
    color: #333;
}

.qty-input {
    width: 50px;
    height: 32px;
    text-align: center;
    border: none;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3vw;
    color: #5F3D3D;
    font-weight: 500;
}

.order-summary {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e8e8e8;
    box-shadow:
        0 18px 30px rgba(0, 0, 0, 0.10),
        0 2px 0 rgba(0, 0, 0, 0.02);
}

.summary-header {
    display: grid;
    grid-template-columns: 2fr 1.2fr 0.6fr 1.2fr;
    gap: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3vw;
    color: #5F3D3D;
    margin-bottom: 0;
    padding: 20px 25px 15px 25px;
    position: relative;
    font-weight: 300;
}

.summary-header::after {
    content: '';
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 0;
    height: 1px;
    background: #5F3D3D;
}

.summary-items {
    min-height: 150px;
    margin-bottom: 0;
    padding: 15px 25px;
}

.summary-item {
    display: grid;
    grid-template-columns: 2fr 1.2fr 0.6fr 1.2fr;
    gap: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9vw;
    color: #5F3D3D;
    margin-bottom: 12px;
    font-weight: 400;
}

.summary-header span:last-child,
.summary-item div:last-child {
    text-align: right;
}

.summary-item div:first-child {
    font-weight: 600;
}

.summary-price-block {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.2;
}

.summary-original-price {
    font-size: 0.75vw;
    color: #999999;
    text-decoration: line-through;
}

.summary-final-price {
    font-size: 0.9vw;
    color: #F8667F;
    font-weight: 700;
}

.summary-subtotal,
.summary-total {
    display: flex;
    justify-content: space-between;
    font-family: 'Montserrat', sans-serif;
    padding: 20px;
}

.summary-subtotal {
    position: relative;
    font-size: 1.3vw;
    color: #5F3D3D;
    font-weight: 400;
    margin-top: 0;
    padding: 15px 25px;
}

.summary-subtotal::before {
    content: '';
    position: absolute;
    left: 25px;
    right: 25px;
    top: 0;
    height: 1px;
    background: #5F3D3D;
}

.summary-total {
    font-size: 1.1vw;
    font-weight: 600;
    color: #5F3D3D;
}

.date-summary {
    margin-bottom: 20px;
    padding: 20px 25px;
}

.summary-date {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.summary-date-label {
    font-size: 1.3vw;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #8a6c3e;
}

.summary-date-value {
    font-size: 0.9vw;
    font-weight: 600;
    color: #5F3D3D;
}

.btn-continue {
    background: #d0d0d0;
    color: #fff;
    border: none;
    padding: 12px 40px;
    border-radius: 25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1vw;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.step-back-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: transparent;
    color: #5F3D3D;
    font-size: 2vw;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.step-back-btn:hover {
    background: transparent;
    color: #5F3D3D;
}

.interest-section,
.interest-section-mobile {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 0.9vw;
}

.interest-helper,
.interest-helper-mobile {
    font-size: 0.9vw;
    color: #000000;
    margin-bottom: 12px;
}

.interest-option .form-check-input,
.interest-option-mobile .form-check-input {
    border-color: #d4af37;
}

.interest-option .form-check-input:checked,
.interest-option-mobile .form-check-input:checked {
    background-color: #d4af37;
    border-color: #d4af37;
}

.interest-option .form-check-label,
.interest-option-mobile .form-check-label {
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
    cursor: pointer;
}

.interest-option .form-check-input,
.interest-option-mobile .form-check-input {
    cursor: pointer;
}

.interest-option,
.interest-option-mobile {
    padding-top: 3px;
    padding-bottom: 3px;
}

.interest-other-input {
    resize: none;
}

.btn-continue.active {
    background: linear-gradient(90deg, #FFDE6E 0%, #D29E30 100%);
    color: #FFFFFF;
}

.btn-continue:hover:not(:disabled) {
    opacity: 0.9;
}

.btn-continue.active:hover {
    background: linear-gradient(90deg, #FFDE6E 0%, #D29E30 100%);
}

.btn-continue:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
    pointer-events: none;
}

.voucher-section {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e8e8e8;
    padding: 20px;
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.10), 0 2px 0 rgba(0, 0, 0, 0.02);
}

.voucher-input-group {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: stretch;
}

.voucher-input {
    flex: 1;
    font-family: 'Montserrat', sans-serif;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 25px;
    font-size: 0.9vw;
}

.voucher-input:focus {
    border-color: #D4AF37;
    outline: none;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

.btn-apply-voucher {
    background: linear-gradient(90deg, #FFDE6E 0%, #D29E30 100%);
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1vw;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-apply-voucher:hover:not(:disabled) {
    opacity: 0.9;
}

.btn-apply-voucher.active {
    background: linear-gradient(90deg, #FFDE6E 0%, #D29E30 100%);
    color: #FFFFFF;
}

.btn-apply-voucher.active:hover {
    background: linear-gradient(90deg, #FFDE6E 0%, #D29E30 100%);
}

.btn-apply-voucher:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.voucher-message {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85vw;
    padding: 8px 12px;
    border-radius: 6px;
    margin-top: 8px;
}

.voucher-message.success {
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
}

.voucher-message.error {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
}

.calendar-container {
    background: #fff;
    border-radius: 16px;
    padding: 15px 20px;
    border: 1px solid #e0e0e0;
    margin: 0 auto;
}

.calendar-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}

.calendar-month {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3vw;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 1rem;
}

.calendar-nav {
    background: none;
    border: none;
    font-size: 1.3vw;
    cursor: pointer;
    color: #666;
    padding: 4px 10px;
}

.calendar-nav:hover {
    color: #D4AF37;
}

.calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
    margin-bottom: 8px;
}

.calendar-weekdays div {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9vw;
    color: #666;
    font-weight: 600;
}

.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
    justify-items: center;
}

.calendar-day {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3vw;
    color: #1a1a1a;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.calendar-day:hover {
    background: #f0f0f0;
}

.calendar-day.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.calendar-day.disabled:hover {
    background: none;
}

.calendar-day.selected {
    background: linear-gradient(90deg, #FFDE6E 0%, #D29E30 100%);
    color: #fff;
    font-weight: 700;
}

.calendar-day.empty {
    cursor: default;
}

.calendar-day.empty:hover {
    background: none;
}

.form-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3vw;
    color: #1a1a1a;
    font-weight: 500;
    margin-bottom: 8px;
}

.ticket-input {
    font-family: 'Montserrat', sans-serif;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 0.9vw;
}

.ticket-input:focus {
    border-color: #D4AF37;
    outline: none;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

.terms-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3vw;
    color: #666;
    line-height: 1.5;
}

.terms-link {
    color: #F0B605;
    text-decoration: underline;
}

.terms-link:hover {
    color: #F0B605;
}

.validation-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.validation-modal.show {
    display: flex;
}

.validation-content {
    background: #2d2d2d;
    padding: 40px;
    border-radius: 15px;
    text-align: center;
    max-width: 400px;
}

.validation-icon {
    margin-bottom: 20px;
}

.validation-message {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    color: #fff;
    margin: 0;
}

.ticket-info-icon {
    margin-left: 8px;
    color: #D4AF37;
    cursor: pointer;
    font-size: 1.1vw;
    transition: all 0.3s ease;
}

.ticket-info-icon:hover {
    color: #F0B605;
    transform: scale(1.1);
}

.ticket-info-tooltip {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.ticket-info-tooltip.show {
    display: flex;
}

.ticket-info-tooltip-content {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 30px;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    border: 2px solid #D4AF37;
}

.ticket-info-tooltip-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 28px;
    color: #5F3D3D;
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.ticket-info-tooltip-close:hover {
    background: #f0f0f0;
    color: #333;
}

.ticket-info-tooltip-body {
    font-family: 'Montserrat', sans-serif;
    color: #5F3D3D;
    line-height: 1.8;
}

.ticket-info-tooltip-body h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #D4AF37;
    margin-bottom: 20px;
    margin-top: 0;
}

.ticket-info-tooltip-body p {
    margin-bottom: 15px;
    font-size: 0.95rem;
}

.ticket-info-tooltip-body strong {
    font-weight: 600;
    color: #333;
}

.ticket-description {
    font-size: 12px !important;
}

@media (max-width: 768px) {
    #tickets-section {
        padding: 30px 15px !important;
    }

    .ticket-card {
        padding: 20px !important;
        border-radius: 16px !important;
        border-width: 2px !important;
    }

    .step-title {
        font-size: 24px !important;
    }

    .ticket-max-info,
    .ticket-max-info span {
        font-size: 14px !important;
    }

    .ticket-list {
        gap: 12px;
    }

    .ticket-item {
        flex-direction: column;
        padding: 15px 18px;
        gap: 12px;
    }

    .ticket-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        width: 100%;
    }

    .ticket-name {
        font-size: 15px !important;
    }

    .ticket-price {
        min-width: auto;
    }

    .original-price {
        font-size: 12px !important;
    }

    .discount-badge {
        font-size: 10px !important;
        padding: 3px 8px;
    }

    .final-price {
        font-size: 15px !important;
    }

    .ticket-controls {
        width: 100%;
        justify-content: space-between;
    }

    .btn-qty {
        width: 44px;
        height: 44px;
        font-size: 18px !important;
    }

    .qty-input {
        width: 60px;
        height: 44px;
        font-size: 18px !important;
    }

    .order-summary {
        margin-top: 20px;
    }

    .summary-header {
        grid-template-columns: 2fr 1fr 0.6fr 1fr;
        font-size: 11px !important;
        padding: 15px 18px 12px 18px;
    }

    .summary-header::after {
        left: 18px;
        right: 18px;
    }

    .summary-items {
        min-height: 100px;
        padding: 12px 18px;
    }

    .summary-item {
        font-size: 13px !important;
        margin-bottom: 10px;
    }

    .summary-original-price {
        font-size: 10px !important;
    }

    .summary-final-price {
        font-size: 12px !important;
    }

    .summary-subtotal {
        font-size: 14px !important;
        padding: 12px 18px;
    }

    .summary-subtotal::before {
        left: 18px;
        right: 18px;
    }

    .summary-total {
        font-size: 16px !important;
        padding: 15px 18px;
    }

    .summary-date-label {
        font-size: 12px !important;
    }

    .summary-date-value {
        font-size: 14px !important;
    }

    .date-summary {
        padding: 15px 18px;
    }

    .btn-continue {
        width: 100%;
        padding: 14px 32px;
        font-size: 16px !important;
        border-radius: 50px;
    }

    .step-back-btn {
        width: 36px;
        height: 36px;
        font-size: 20px !important;
    }

    .calendar-container {
        padding: 12px 15px;
    }

    .calendar-month {
        font-size: 16px !important;
    }

    .calendar-nav {
        font-size: 18px !important;
    }

    .calendar-weekdays div {
        font-size: 12px !important;
    }

    .calendar-day {
        width: 40px;
        height: 40px;
        font-size: 14px !important;
    }

    .form-label {
        font-size: 14px !important;
    }

    .ticket-input {
        font-size: 14px !important;
        padding: 12px 14px;
    }

    .terms-label {
        font-size: 13px !important;
    }

    .validation-content {
        padding: 30px 20px;
        max-width: 90%;
        margin: 0 15px;
    }

    .validation-message {
        font-size: 0.95rem;
    }

    .terms-modal {
        margin: 20px;
        max-width: calc(100% - 40px);
        max-height: calc(100vh - 40px);
    }

    .terms-modal-header h2 {
        font-size: 20px;
    }

    .terms-modal-header p {
        font-size: 13px;
    }

    .terms-modal-body {
        font-size: 13px;
    }

    .terms-modal-btn {
        padding: 12px 32px;
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    #tickets-section {
        padding: 20px 10px !important;
    }

    .ticket-card {
        padding: 16px !important;
        border-radius: 12px !important;
    }

    .step-title {
        font-size: 20px !important;
    }

    .ticket-max-info,
    .ticket-max-info span {
        font-size: 12px !important;
        padding: 6px 12px;
    }

    .ticket-item {
        padding: 12px 15px;
    }

    .ticket-name {
        font-size: 14px !important;
    }

    .ticket-description {
        font-size: 10px !important;
    }

    .ticket-more-link {
        font-size: 10px !important;
    }

    .original-price {
        font-size: 11px !important;
    }

    .discount-badge {
        font-size: 9px !important;
    }

    .final-price {
        font-size: 14px !important;
    }

    .btn-qty {
        width: 40px;
        height: 40px;
        font-size: 16px !important;
    }

    .qty-input {
        width: 50px;
        height: 40px;
        font-size: 16px !important;
    }

    .summary-header {
        font-size: 10px !important;
        padding: 12px 15px 10px 15px;
        gap: 8px;
    }

    .summary-header::after {
        left: 15px;
        right: 15px;
    }

    .summary-items {
        padding: 10px 15px;
    }

    .summary-item {
        font-size: 12px !important;
        gap: 8px;
    }

    .summary-original-price {
        font-size: 9px !important;
    }

    .summary-final-price {
        font-size: 11px !important;
    }

    .summary-subtotal {
        font-size: 13px !important;
        padding: 10px 15px;
    }

    .summary-subtotal::before {
        left: 15px;
        right: 15px;
    }

    .summary-total {
        font-size: 15px !important;
        padding: 12px 15px;
    }

    .summary-date-label {
        font-size: 11px !important;
    }

    .summary-date-value {
        font-size: 13px !important;
    }

    .date-summary {
        padding: 12px 15px;
    }

    .btn-continue {
        padding: 12px 28px;
        font-size: 15px !important;
    }

    .step-back-btn {
        width: 32px;
        height: 32px;
        font-size: 18px !important;
    }

    .calendar-container {
        padding: 10px 12px;
    }

    .calendar-month {
        font-size: 15px !important;
        margin: 0 0.5rem;
    }

    .calendar-nav {
        font-size: 16px !important;
        padding: 4px 8px;
    }

    .calendar-weekdays {
        gap: 4px;
    }

    .calendar-weekdays div {
        font-size: 11px !important;
    }

    .calendar-days {
        gap: 4px;
    }

    .calendar-day {
        width: 36px;
        height: 36px;
        font-size: 13px !important;
    }

    .form-label {
        font-size: 13px !important;
    }

    .ticket-input {
        font-size: 13px !important;
        padding: 10px 12px;
    }

    .terms-label {
        font-size: 12px !important;
    }

    .validation-content {
        padding: 25px 15px;
    }

    .validation-icon img {
        max-width: 120px !important;
    }

    .validation-message {
        font-size: 0.9rem;
    }

    .ticket-info-icon {
        font-size: 14px !important;
        margin-left: 6px;
    }

    .ticket-info-tooltip-content {
        padding: 25px 20px;
        max-width: calc(100% - 30px);
    }

    .ticket-info-tooltip-body h3 {
        font-size: 1.3rem;
    }

    .ticket-info-tooltip-body p {
        font-size: 0.9rem;
    }

    .voucher-section {
        padding: 15px;
    }

    .voucher-input {
        font-size: 13px !important;
        padding: 10px 15px;
    }

    .btn-apply-voucher {
        font-size: 14px !important;
        padding: 10px 25px;
    }

    .voucher-message {
        font-size: 12px !important;
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    #tickets-section {
        padding: 20px 15px !important;
    }

    .ticket-card {
        padding: 18px !important;
    }

    .calendar-day {
        width: 32px;
        height: 32px;
    }
}

/* ConnectCon timed entry selector */
.timeslot-section {
    margin-top: 24px;
    padding: 22px;
    background: linear-gradient(180deg, #fffdf8 0%, #fff7e8 100%);
    border: 1px solid #ead6aa;
    border-radius: 16px;
    box-shadow: 0 16px 30px rgba(95, 61, 61, 0.08);
}

.timeslot-heading {
    margin-bottom: 16px;
}

.timeslot-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 700;
    color: #5F3D3D;
    margin: 0 0 6px;
}

.timeslot-description {
    margin: 0;
    color: #7A6244;
    font-size: 0.9rem !important;
    font-weight: 500;
}

.timeslot-options {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
}

.timeslot-helper {
    grid-column: 1 / -1;
    padding: 16px 18px;
    background: #fff;
    border: 1px dashed #c79a36;
    border-radius: 12px;
    color: #6B4B22;
    font-size: 0.92rem !important;
    font-weight: 600;
    text-align: center;
}

.timeslot-section button.timeslot-option {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 7px;
    width: 100%;
    min-width: 0;
    min-height: 96px;
    margin: 0;
    border: 1.5px solid #E6D4B6;
    background: #fff;
    border-radius: 14px;
    padding: 18px 54px 18px 18px;
    text-align: left;
    font-family: 'Montserrat', sans-serif !important;
    color: #3a2b29;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(95, 61, 61, 0.08);
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.timeslot-section button.timeslot-option::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 18px;
    width: 22px;
    height: 22px;
    border: 2px solid #D7C19A;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #fff;
    box-shadow: inset 0 0 0 4px #fff;
}

.timeslot-section button.timeslot-option:not(:disabled):hover {
    border-color: #D29E30;
    box-shadow: 0 14px 24px rgba(210, 158, 48, 0.18);
    transform: translateY(-2px);
}

.timeslot-section button.timeslot-option:focus-visible {
    outline: 3px solid rgba(210, 158, 48, 0.28);
    outline-offset: 2px;
}

.timeslot-section button.timeslot-option.selected {
    border-color: #D29E30;
    background: linear-gradient(180deg, #FFF9EA 0%, #FFF1CC 100%);
    box-shadow: 0 16px 26px rgba(210, 158, 48, 0.22);
}

.timeslot-section button.timeslot-option.selected::after {
    background: #D29E30;
    border-color: #D29E30;
}

.timeslot-section button.timeslot-option:disabled {
    background: #F4F1ED;
    border-color: #E4DED6;
    color: #8B837B;
    cursor: not-allowed;
    box-shadow: none;
}

.timeslot-section button.timeslot-option:disabled::after {
    background: #ebe6df;
    border-color: #d5cec6;
}

.timeslot-option-time {
    display: block;
    width: 100%;
    font-size: 1rem !important;
    font-weight: 700;
    line-height: 1.25;
    color: #241414;
    white-space: normal;
    overflow-wrap: anywhere;
}

.timeslot-option-meta {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    max-width: 100%;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(210, 158, 48, 0.12);
    font-size: 0.78rem !important;
    font-weight: 700;
    line-height: 1.25;
    color: #7A4E08;
    white-space: normal;
    overflow-wrap: anywhere;
}

.timeslot-section button.timeslot-option:disabled .timeslot-option-meta {
    background: #E9E3DB;
    color: #968e87;
}

.summary-header,
.summary-item {
    grid-template-columns: minmax(130px, 1.7fr) minmax(90px, 1fr) minmax(42px, 0.45fr) minmax(96px, 1.05fr) !important;
    gap: 12px;
}

.summary-header {
    font-size: 1rem !important;
    font-weight: 600;
    align-items: center;
    line-height: 1.25;
}

.summary-header span,
.summary-item div {
    min-width: 0;
}

.summary-header span {
    white-space: nowrap;
}

.summary-item {
    font-size: 0.95rem !important;
    font-weight: 500;
    align-items: start;
    line-height: 1.35;
}

@media (max-width: 991.98px) {
    .timeslot-options {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .timeslot-section {
        padding: 16px;
    }

    .timeslot-section button.timeslot-option {
        min-height: 86px;
        padding: 15px 48px 15px 15px;
    }
}
